
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 634px;
    background: #FFF;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    height: 634px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 634px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 634px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 30px;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 12px;
    height: 12px;
    margin: 9px;
    background: #fff ;
    overflow: hidden;
    line-height: 99px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  
  .fullSlide .hd ul .on {
    width: 12px;
    background: #6798e4 ;
    border-radius: 50%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 10%;
  }
  
  .fullSlide .prev {
    width: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 10%;
  }


/*title*/

.title{
  margin: 0 auto;
  text-align: center;
  background: url(../images/title.png) no-repeat bottom center;
  padding-bottom: 10px;
}

.title h3{
  font-size: 36px ;
  color: #3467c1;
  font-weight: bold;
}

.title h3 a{
  font-size: 36px ;
  color: #3467c1;
  font-weight: bold;
}



/*product*/

.product{
  width: 1300px;
  margin: 65px auto 0 auto;
}

.product .pro_t{
  margin: 50px auto 0 auto;
  position: relative;
  height: 40px;
}

.product .pro_t h5{
  background: url(../images/pro_t.png) no-repeat left center;
  font-size: 24px ;
  color: #333;
  font-weight: bold;
  padding-left: 23px;
  position: relative;
  float: left;
}

.product .pro_t h5 span{
  font-size: 14px ;
  color: #666666;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 9px;
  padding: 0px 0 0 15px;
  position: relative;
  top: 2px;

}

.product .pro_t .more{
  float: right;
  width: 40px;
  height: 40px;
  background: url(../images/more.png) no-repeat center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_t .more:hover{
  background: url(../images/more_0.png) no-repeat center;
}

.product .pro_list{
  margin: 30px auto  0 auto;
  height: 40px;
  line-height: 40px;
}

.product .pro_list ul li{
  float: left;
  background: url(../images/xt.png) no-repeat right  center;
  /*padding: 0 37px;*/
  width: 216px;
}

.product .pro_list ul li a{
  text-align: center;
  font-size: 16px;
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_list ul li:hover a{
  color: #3467c1;
}

.product .pro_box{
  margin: 30px auto 0 auto;
}

.product .pro_box ul li{
  float: left;
  width: 300px;
  margin: 0 13px 23px 12px;
  position: relative;
}

.product .pro_box ul li .pic{
  width: 298px;
  height: 246px;
  border: 1px solid #dddddd;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_box ul li .pic img{
  width: 288px;
  height: 236px;
  margin: 5px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
 
.product .pro_box ul li .pic .more{
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 54px;
  height: 36px;
  background: #666666;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_box ul li .pic .more img{
  display: block;
  margin: 6px 0 0 20px;
  width: 24px;
  height: 24px;
}

.product .pro_box ul li:hover .pic{
  border: 1px solid #3467c1;
  border-radius: 5px;
}

.product .pro_box ul li:hover .pic img{
  border-radius: 5px;
}
 
.product .pro_box ul li:hover .pic .more{
  background: #3467c1;

}

.product .pro_box ul li .txt{
  height: 50px;
  line-height: 50px;
} 

.product .pro_box ul li .txt a{
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_box ul li:hover .txt a{
  color: #3467c1;
}



/*about*/

.ab_bg{
  width: 100%;
  height: 680px;
  margin: 30px auto 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat  center;
  overflow: hidden;
}

.ab_bg .about{
  width: 1300px;
  margin: 0 auto;
  height: 680px;
  position: relative;
}

.ab_bg .about .ab_img{
  float: left;
  width: 740px;
  height: 680px;
  margin-left: -310px;
}


.ab_bg .about .ab_img img{
  width: 740px;
  height: 680px;

}

.ab_bg .about .ab_nr{
  float: left;
  width: 650px;
  margin-left: 115px;
}

.ab_bg .about .ab_nr .txt{
  margin-top: 175px;

}

.ab_bg .about .ab_nr .txt h5 a{
  font-size: 36px ;
  color: #fff;
  font-weight: bold;
}

.ab_bg .about .ab_nr .txt p{
  font-size: 14px ;
  color: #fff;
  line-height: 30px;
  height: 120px;
  overflow: hidden;
  margin-top: 45px;
}

.ab_bg .about .ab_nr .ab_list{
  margin-top: 60px;

}

.ab_bg .about .ab_nr .ab_list ul li{
  float: left;
  width: 62px;
  margin-right: 85px;
}
 
.ab_bg .about .ab_nr .ab_list ul li a{
  display: block;
  text-align: center;
  font-size: 14px ;
  color: #fff;
}

.ab_bg .about .ab_nr .ab_list ul li span{
  display: block;
  margin: 0 auto 15px auto;
  border-radius: 5px;
  border: 1px solid #fff;
  width: 60px;
  height: 60px;
}

.ab_bg .about .ab_nr .ab_list ul li.ab1 span {
  background: #fff url(../images/ab1.png) no-repeat  center;
}

.ab_bg .about .ab_nr .ab_list ul li.ab2 span {
  background: #fff url(../images/ab2.png) no-repeat  center;
}

.ab_bg .about .ab_nr .ab_list ul li.ab3 span {
  background: #fff url(../images/ab3.png) no-repeat  center;
}

.ab_bg .about .ab_nr .ab_list ul li.ab1:hover span {
  background:  url(../images/ab11.png) no-repeat  center;
}

.ab_bg .about .ab_nr .ab_list ul li.ab2:hover span {
  background:  url(../images/ab22.png) no-repeat  center;
}

.ab_bg .about .ab_nr .ab_list ul li.ab3:hover span {
  background:  url(../images/ab33.png) no-repeat  center;
}



/*case*/

.case_bg{
  width: 100%;
  height: 695px;
  margin: 0px auto 0 auto;
  background: #f7f8fb;
  overflow: hidden;
}

.case_bg .case{
  width: 1300px;
  margin: 0 auto;
  padding-top: 60px;
}

.case_bg .case .case_box{
  margin: 50px auto 0 auto;
  position: relative;
}

.case_bg .case .case_box .bd{
  width: 1300px;
  margin: 0 auto;
  height: 380px;
  overflow: hidden;
}

.case_bg .case .case_box .bd ul li{
  float: left;
  width: 410px;
  margin: 0 11px 0px 12px;
  position: relative;
}

.case_bg .case .case_box .bd ul li .pic{
  width: 408px;
  height: 308px;
  border: 1px solid #aaaaaa;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .case .case_box .bd ul li .pic img{
  width: 398px;
  height: 298px;
  margin: 5px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .case .case_box .bd ul li:hover .pic{
  border: 1px solid #3467c1;
  border-radius: 5px;
}

.case_bg .case .case_box .bd ul li:hover .pic img{
  border-radius: 5px;
}

.case_bg .case .case_box .bd ul li .txt{
  margin-top: 15px;

} 

.case_bg .case .case_box .bd ul li .txt .txt_l{
  float: left;
  width: 330px;
}

.case_bg .case .case_box .bd ul li .txt .txt_l h5 a{
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .case .case_box .bd ul li .txt .txt_l span{
  font-size: 14px;
  color: #999999;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  margin-top: 3px;
}

.case_bg .case .case_box .bd ul li .txt .more{
  float: right;
  display: block;
  background: url(../images/more1.png) no-repeat center;
  width: 27px;
  height: 14px;
  margin-top: 22px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .case .case_box .bd ul li:hover .txt .txt_l h5 a{
  color: #3467c1;
}

.case_bg .case .case_box .bd ul li:hover .txt .more{
  background: url(../images/more2.png) no-repeat center;
}

.case_bg .case .case_box .hd{
  margin: 45px auto 0 auto;
}

.case_bg .case .case_box .hd .next{
  width: 104px;
  height: 34px;
  cursor: pointer;
  float: left;
  margin-left: 535px;
  background: url(../images/left.png) no-repeat center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .case .case_box .hd .prev{
  width: 104px;
  height: 34px;
  cursor: pointer;
  float: left;
  margin-left: 20px;
  background: url(../images/right.png) no-repeat center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .case .case_box .hd .next:hover{
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -o-transform: translateX(-10px);
}

.case_bg .case .case_box .hd .prev:hover{
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -o-transform: translateX(10px);
}

/*news*/

.news{
  width: 1300px;
  margin: 60px auto 0 auto;
}

.news .news_box{
  width: 1300px;
  margin: 50px auto 0 auto;
  height: 440px;
  overflow: hidden;
}

.news .news_box .news_l{
  float: left;
  width: 466px;

}

.news .news_box .news_l .txt{
  height: 105px;
  
}

.news .news_box .news_l .txt span{
  display: block;
  font-size: 30px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 32px;
}

.news .news_box .news_l .txt a{
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 10px 0 15px 0;
}

.news .news_box .news_l .txt p{
  font-size: 14px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_l .news_img{
  position: relative;
  width: 466px;
  height: 294px;
  margin-top: 40px;
}

.news .news_box .news_l .news_img img{
  width: 466px;
  height: 294px;
}

.news .news_box .news_l .news_img .more{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  background: url(../images/more3.png) no-repeat center;
  width: 81px;
  height: 81px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 

.news .news_box .news_l:hover .news_img .more{
  background: url(../images/more3_3.png) no-repeat center;
}

.news .news_box .news_l:hover .txt a{
  color: #3467c1;
}


.news .news_box .news_r{
  float: right;
  width: 730px;
}

.news .news_box .news_r ul li{
  overflow: hidden;
  height: 127px;
  margin-bottom: 45px;

}

.news .news_box .news_r ul li .time{
  float: left;
}

.news .news_box .news_r ul li .time span{
  display: block;
  font-size: 42px;
  color: #aaaaaa;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 40px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_r ul li .time p{
  font-size: 18px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}

.news .news_box .news_r ul li .txt{
  float: right;
  width: 566px;
  height: 126px;
  border-bottom: 1px solid #ddd;
}

.news .news_box .news_r ul li .txt .txt_l{
  float: left;
  width: 455px;
}

.news .news_box .news_r ul li .txt .txt_l h5 a{
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_r ul li .txt .txt_l p{
  font-size: 14px;
  color: #666;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin-top: 18px;
}

.news .news_box .news_r ul li .txt .more a{
  float: right;
  background: url(../images/buttom2.png) no-repeat center;
  width: 23px;
  height: 14px;
  display: block;
  margin-top: 70px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_r ul li:hover .time span{
  color: #3467c1;

}

.news .news_box .news_r ul li:hover .txt .txt_l h5 a{
  color: #3467c1;
}

.news .news_box .news_r ul li:hover .txt .more a{
  background: url(../images/buttom3.png) no-repeat center;
}


/*hz*/

.hz_bg{
  width: 100%;
  margin: 70px auto 0 auto;
  height: 725px;
  background: #f7f8fb;
}

.hz_bg .hz{
  width: 1300px;
  margin: 0 auto;
  padding-top: 60px;
}

.hz_bg .hz .hz_box{
  width: 1300px;
  background: #fff;
  margin: 50px auto 0 auto;
  height: 485px;
  overflow: hidden;
  position: relative;
}

.hz_bg .hz .hz_box::after{
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  background: url(../images/xt1.png) no-repeat center;
  width: 1300px;
  height: 1px;
}


.hz_bg .hz .hz_box .bd{
  width: 1300px;
  margin: 0 auto;
}

.hz_bg .hz .hz_box .bd ul{
  background: url(../images/hz_xt.png) no-repeat center;
  width: 1300px;
  height: 483px;
  margin: 0 auto;
}

.hz_bg .hz .hz_box .bd ul li{
  float: left;
  position: relative;
  width: 323px;
  height: 241px;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin:  1px ;
}


.hz_bg .hz .hz_box .bd ul li .pic{
  width: 323px;
  height: 240px;
  position: relative;
  overflow: hidden;

}
.hz_bg .hz .hz_box .bd ul li:hover{
  -webkit-box-shadow: 0 0 8px 6px rgba(52, 103, 193, .08);
  box-shadow: 0 0 8px 6px rgba(52, 103, 193, .08);
}

.hz_bg .hz .hz_box .bd ul li:hover .pic{
  -webkit-box-shadow: 0 0 8px 6px rgba(52, 103, 193, .05);
  box-shadow: 0 0 8px 6px rgba(52, 103, 193, .05);
}

.hz_bg .hz .hz_box .bd ul li .pic img{
  width: 323px;
  height: 240px;
}

.hz_bg .hz .hz_box .bd ul li .txt{
  width: 263px;
  height: 170px;
  background: #fff;
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: -242px;
  text-align: center;
  padding: 70px 30px 0 30px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hz_bg .hz .hz_box .bd ul li:hover .txt{
  bottom: 0;
}

.hz_bg .hz .hz_box .bd ul li .txt a{
  display: block;
}

.hz_bg .hz .hz_box .bd ul li .txt a em{
  font-size: 24px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.hz_bg .hz .hz_box .bd ul li .txt a span{
  font-size: 14px;
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 15px auto;
}

.hz_bg .hz .hz_box .bd ul li .txt a i{
  display: block;
  margin: 0 auto;
  width: 34px;
  height: 2px;
  background: #3467c1;
}

/*links*/

.links{
  width: 1300px;
  margin: 60px auto 0 auto;
  overflow: hidden;
}

.links .links_t{
  background: url(../images/links.png) no-repeat top left;
  width: 98px;
  height: 50px;
  float: left;
}
 
.links .links_t h3{
  font-size: 16px;
  color: #333;
  padding-top: 21px;
}

.links .yq{
  float: right;
  width: 1165px;
  margin-top: 5px;
} 

.links .yq a{
  font-size: 14px;
  color: #666666;
  margin: 0 15px;
}